home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / nosc / nosc15.txt < prev    next >
Text File  |  1996-04-08  |  2KB  |  31 lines

  1. NOSC 1.5 Summary of Changes    (June 10, 1995)
  2.  
  3. 1. If SaveFormPos option is used, and form's size/position information
  4.     not found in INI file, form will now be correctly sized and placed according
  5.     to form's default (as designed) values.
  6.  
  7. 2. If FormCapOption is coWinNew, the form's caption is no formatted correctly.
  8.  
  9. 3. In version 1.0, the currently open file's name was not displayed in the history list.
  10.    This was by design and emulated the behavior of many other apps, but has been
  11.    changed as this is apparently no longer true for Windows' new standards.
  12.  
  13. 4. New properties added to  allow setting of FileEditStyle property of the Open and
  14.     Save Dialog components and, if set to fsComboBox, the Dialog's combobox is
  15.     automatically filled with the NOSC history list (if present).
  16.  
  17. 5. If no current file name found in INI file, Open and Save Dialogs now default to
  18.     the current working directory. The osInitialDir property has been removed.
  19.  
  20. 6. NOSC no longer names it's INI file section as [History]. It now uses it's own Name
  21.     property as the name of the INI file section name. This allows multiple NOSC
  22.     components to co-exist in the same application, each is able to uniquely store
  23.     and retrieve required information in the same INI file.
  24.  
  25. 7. When New selected, the form's caption is now updated correctly with the
  26.     Untitled string.
  27.  
  28. 8. The AutoOpenLast property name has been changed to AutoOpen and a new
  29.     property, AutoNew has been added. These two properties are able to work 
  30.     together if both are selected. See online help for detailed description.
  31.